Hi - thanks for the prompt replies.
After making the changes i.e.
foreach my $t (keys %tests) {
my $cmd="$t '$myfile'";
print "running [$cmd]\n";
if ( eval{"$cmd"} )
Perl now says ...
running [-r './test.pl']
Passed [-r] test, ./test.pl is (is readable)
running [-T './test.pl']
Passed [-T] test, ./test.pl is (type Text)
running [-z './test.pl']
Passed [-z] test, ./test.pl is (is Zero bytes)
running [-B './test.pl']
Passed [-B] test, ./test.pl is (is Binary)
running [-s './test.pl']
Passed [-s] test, ./test.pl is (more than 0 bytes)
So my script is a 0 byte file and also a > 0 byte file. Cool! :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.