Help for this page

Select Code to Download


  1. or download this
    # cat test_me.pl
    #!/usr/bin/perl -w
    ...
    $obj->method();
    
    exit 0;
    
  2. or download this
    # perl -MO=Lint test_me.pl
    test_me.pl syntax OK