in reply to Re: Control Structures
in thread Control Structures
I am testing if the iso exists and is small enough, I don't understand what the next condition to test against would be?
Maybe something like:
system (burning command); if (my $cdburn = $?;) { carry on with code } else { errors }
|
|---|