Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    systemx('perl', '-e', q{print "'$$'\n"} );
    my $o = capturex('perl', '-e', q{print "'$$'"} );
    print "<$o>\n";