- or download this
21:47 >perl -wE "system('start', 'https://www.google.com/search?q=fina
+nce&source=lnms&tbm=isch');"
'source' is not recognized as an internal or external command,
...
'tbm' is not recognized as an internal or external command,
operable program or batch file.
21:53 >
- or download this
21:53 >perl -wE "system('start', 'https://www.google.com/search?q=fina
+nce;source=lnms;tbm=isch');"
21:54 >
- or download this
use strict;
use warnings;
...
!defined($ok) ? 'no recognised command found' :
$ok == 0 ? 'command found and executed' :
'command found, error while executing';
- or download this
21:58 >perl 1952_SoPW.pl
$ok = >0<: command found and executed
21:58 >