Help for this page

Select Code to Download


  1. or download this
    Script1:
    {
    ...
       `script2 a b c`; 
        ... do more stuff
    }
    
  2. or download this
    Script2:
    {
    ...
        ... do more stuff
    }
    
  3. or download this
    Working on table1:
    changing A to B:
    dropping table2:
    table dropped:
    
  4. or download this
    my $string = `script2 a b c`;
    print "\n $string \n";