Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $cmd = "printf \'I\\x27ll\'";
    print $cmd . "\n";
    print `$cmd` ."\n";
    
  2. or download this
    $ pm_sh_escape.pl
    printf 'I\x27ll'
    I'll