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