• [^] # Re: question...

    Posté par . En réponse au journal Un petit jeu de manchot. Évalué à 5.

    Je suis pas fan de perl mais quand il y a des trucs bien faut pas cacher :)
    rangzen@lef:~ $ whereis POST
    POST: /usr/bin/POST /usr/share/man/man1/POST.1p.gz
    rangzen@lef:~ $ file /usr/bin/POST
    /usr/bin/POST: perl script text executable
    rangzen@lef:~ $ POST
    Usage: POST [-options] ...
     -m use method for the request (default is 'POST')
     -f make request even if POST believes method is illegal
     -b Use the specified URL as base
     -t Set timeout value
     -i Set the If-Modified-Since header on the request
     -c use this content-type for POST, PUT, CHECKIN
     -a Use text mode for content I/O
     -p use this as a proxy
     -P don't load proxy settings from environment
     -H send this HTTP header (you can specify several)
     -u Display method and URL before any response
     -U Display request headers (implies -u)
     -s Display response status code
     -S Display response status chain
     -e Display response headers
     -d Do not display content
     -o Process HTML content in various ways
     -v Show program version
     -h Print this message
     -x Extra debugging output