Help for this page

Select Code to Download


  1. or download this
    my $script = 'my_script.tcl';
    system($script) == 0
        or die "Couldn't launch '$script': $! / $?";
    
  2. or download this
    my @lines = `$script`;