Help for this page

Select Code to Download


  1. or download this
    #! perl -wl
    use strict;
    ...
        print "#";
        print "-";
    }
    
  2. or download this
    Can't call method "cxontinue" without a package or object reference at
    + test.pl line 5.
    1
    ...
    10
    #
    -
    
  3. or download this
    
    foreach my $i (1 .. 10) {
    ...
    print '-' }->cxontinue;
    
    test.pl syntax OK