Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       my $salutation = shift;
       print "hello $salutation\n";
    }
    
  2. or download this
    String found where operator expected at g1.pl line 5, near "mygreeting
    + "world""
            (Do you need to predeclare mygreeting?)
    syntax error at g1.pl line 5, near "mygreeting "world""
    
  3. or download this
    mygreeting("world");