Help for this page
Select Code to Download
Select
or
download this
#!/usr/bin/perl -P #define FOO bar print "FOO\n"; print qq(FOO\n);
Select
or
download this
FOO bar