Help for this page

Select Code to Download


  1. or download this
    $ENV{PERL_DPROF_OUT_FILE_NAME} = "foo${$}.out";
  2. or download this
    #!/usr/bin/perl  -d:DProf
    
    {
    ...
    
    print 'In Parent', $/ or die $!;
    sleep 10;
    
  3. or download this
    #!/usr/bin/perl
    
    print 'In Child',$/ or die $!;
    sleep 10;