Help for this page

Select Code to Download


  1. or download this
    foreach my $node ( @devices ) {
        if( $do_fork ) {
    ...
            do_exciting_things();
        }
    }
    
  2. or download this
    use POSIX;
    my $do_fork = 1;
    ...
            ...
        }
    }