Help for this page

Select Code to Download


  1. or download this
    foreach $cmd(@commands) {
        if($cmd =~ /CGDCONT/i){
            unless (fork) {
    ...
            }
        }
    }
    
  2. or download this
    Engine::_Execute(..\..\perl\modules/Engine.pm:122):
    122: unless (fork) {
      DB<1> s
    Bizarre SvTYPE [37] at ..\..\perl\modules/Engine.pm line 122.
    Engine::_Execute(C:/Perl/lib/Carp.pm:97):
    97:  { local $@; require Carp::Heavy; }  # XXX fix require to not clea
    +r $@?