Help for this page

Select Code to Download


  1. or download this
    # noname1.pm:
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    # noname.pl:
    
    ...
    use noname1;
    
    print noname1::get_value();
    
  3. or download this
    Compilation started at Sun Dec 13 22:16:46
    
    ...
    BEGIN failed--compilation aborted at d:/tmp/pm/noname_strictures/nonam
    +e.pl line 6.
    
    Compilation exited abnormally with code 255 at Sun Dec 13 22:16:46