Help for this page

Select Code to Download


  1. or download this
    C:\>type test.pl
    
    ...
    Unquoted string "result" may clash with future reserved word at test.p
    +l line 15.
    syntax error at test.pl line 15, near "result substr"
    Execution of test.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI::Carp qw(fatalsToBrowser);