Bjørge Solli wrote:
Please use more descriptive sibjects!
I second that ;p And more info on where you're gettign reandom functions
from :)
[snip]
But in variable $cp proper value is not coming .Either it should come as 0
or1 but it's coming as any junk value or no.
Where in the documen
Please use more descriptive sibjects!
On Tuesday 18 April 2006 11:47, Irfan J Sayed wrote:
> my $cp = dircopy("D:\\vobs","D:\\backup");
> if ($cp == 0)
unless($cp) # this will execute the first block if $cp is empty
> {
> print " Copied successfuly\n";
> }
> else
> {
> print " Copying