in reply to Re: Re^2: A Matter of Style in CGI
in thread A Matter of Style in CGI
For example:
rob@kathmandu:~$ cat test.perl #!/usr/bin/perl -Mstrict -Tw print "foo!\n"; rob@kathmandu:~$ ./test.perl Too late for "-Mstrict" option at ./test.perl line 1.
|
|---|