Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    sub hello {
        print "hello";
    }
    
  2. or download this
    hello
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    sub hello {
        print "hello";
    }
    
  4. or download this
    Bareword "Foo" not allowed while "strict subs" in use at test.pl line 
    +10.
    Execution of test.pl aborted due to compilation errors.