Help for this page

Select Code to Download


  1. or download this
    # -*- perl -*-
    
    ...
    shmem C<shmem@cpan.org>
    
    =cut
    
  2. or download this
    package yDebug;
    
    ...
        $ret;
    }
    1;
    
  3. or download this
    # file Foo.pm
    package Foo;
    ...
    }
    END { print "bye...\n" }
    1;
    
  4. or download this
    #!/usr/bin/perl
    # file test
    ...
      return 13;
    }
    END { print "end at line 15\n" }
    
  5. or download this
    # file test
    # package main
    ...
         6 >> END { print "bye...\n" } # (main test 10)
    ----------------------------------------------------------------------
    +--------
    bye...