Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
    
    ...
    
    do_this_cool_function(-retire=>'early', -payscale=>-55.00, -pizza=>'co
    +ld', -beer=>'none');
    
  2. or download this
    Bareword "none" not allowed while "strict subs" in use at ./test.pl li
    +ne 17.
    Unquoted string "none" may clash with future reserved word at ./test.p
    +l line 17.
    Execution of ./test.pl aborted due to compilation errors.