Help for this page

Select Code to Download


  1. or download this
    __END__ behaves like __DATA__ in the toplevel script (but
    not in files loaded with "require" or "do") and leaves the
    remaining contents of the file accessible via "main::DATA".
    
  2. or download this
    $ cat data_eq_end.pl
    #!/usr/bin/perl
    ...
    1
    2
    3