1 개요[ | ]
- /usr/bin/GET
- 작성언어: Perl
Console
Copy
root@zetawiki:~# GET -v
This is lwp-request version 6.15 (libwww-perl-6.15)
Copyright 1995-1999, Gisle Aas.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Console
Copy
root@zetawiki:~# which GET
/usr/bin/GET
Console
Copy
root@zetawiki:~# cat /usr/bin/GET | head -3
#!/usr/bin/perl -w
eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'