Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse -M"Data::Dump; print 'Hi'" -ne ""
    use Data::Dump;
    print 'Hi';
    ...
        ();
    }
    -e syntax OK
    
  2. or download this
    perl -M"5.01;say q&" -Mstrict -anE " print 'Hi'; }&;{"
    ;use strict;use feature ':5.26';LINE: while (<>) {our @F=split(' ');
     print 'Hi'; }