Help for this page

Select Code to Download


  1. or download this
    print <<END;
    // JavaScript goes here
    
    // ...in large quantities.
    END
    # Perl continues here
    
  2. or download this
    print qq~
    // JavaScript goes here
    
    // ...as long as there's no tildes (which end it)
    ~;
    # Perl continues here