Help for this page

Select Code to Download


  1. or download this
    #!/perl
    my $foo = <<EOF;
    ...
    EOF
    
    print "=$foo=\n";
    
  2. or download this
    =Would these two lines
    become one in a here document?
    =