Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse,-q -e"print qq(I am $x\n)"
    
  2. or download this
    print 'I am ' . $x . "\n";