Tony1 has asked for the wisdom of the Perl Monks concerning the following question:
can anyone explain me what's the different between use of the symbol backquote and system command in perl programming thanks in advance#!/usr/bin/perl -w ` cp /home/sankari/sample.pl /home/sankari/sample1.pl `; system "cp /home/sankari/sample.pl /home/sankari/sample3.pl";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: difference bteween using back quote and sytem command in perl programming
by Zaxo (Archbishop) on Mar 28, 2007 at 07:09 UTC | |
by bigearsbilly (Novice) on Mar 28, 2007 at 14:39 UTC | |
|
Re: difference bteween using back quote and sytem command in perl programming
by GrandFather (Saint) on Mar 28, 2007 at 07:36 UTC |