Saturday June 17, 2006
02:10 PM
Using Perl in QA departments
I have been teaching how to use Perl in QA departments for a while. Now I have decided to make the material of this 2 days course available.
You can get to it here:
Automatic testing with Perl
helpful examples.. (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;