Help for this page

Select Code to Download


  1. or download this
    package test;$text <<TEST;test@heredoc;\r\nTEST;print "$text\n"
    
  2. or download this
    perl -e 'package test;$text=q(test@heredoc);print "$text\n"'