Help for this page

Select Code to Download


  1. or download this
    my @list = split(' ', <<'HERE');
    some whitespace
    ...
    and possibly $a
    varaiable or $2
    HERE
    
  2. or download this
    print <<(HEREDOC, qx);
    date
    df
    HEREDOC
    
  3. or download this
    Use of bare << to mean <<"" is deprecated at everywhere.pl line 23.