Help for this page

Select Code to Download


  1. or download this
    $_ = ( '_[]@^' ^ '/>/,~' ) .             # 'perl '
         '-' .                               # '-'
    ...
         ( '.' ^ '@' ) .                     # 'n'
         ')"';                               # ')"'
         `$_`
    
  2. or download this
    perl -e "print '_' ^ '/'"
    p
    
  3. or download this
    perl -MO=Deparse -e "print 2 * 2"
    print 4;
    -e syntax OK