Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      system {$^X} ($^X,$0);
      exit;
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    PerlUnitSync::Init(0,0);
    my $writeDir=PerlUnitSync::GetWritableDataDirectory();
    print "writeDir=$writeDir\n";