Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    print <<'__END__';
    ...
    ";
    __DATA__
    print "See?\n";
    
  2. or download this
    This is a here-doc
    __DATA__
    But it's not over yet!
    This really is the
    __END__
    
  3. or download this
    print <DATA>;
    __END__
    one
    two