Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "print statement inside a ";
        return 0;
    }
    
  2. or download this
    This
    is 
    a
    print statement inside a
    here-doc.
    
  3. or download this
    print statement inside a This
    is
    a
    0
    here-doc.