Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: March 15, 2013

Perl Testing using system function

commandline session $cat test4.pl #!/usr/bin/perl use strict; use warnings; system “echo 1 > 1”; print “n”; system “echo 2 > 2”; print “n”; system “echo hello”; print “n”; $perl test4.pl hello $cat 1 1 $cat 2 2 $

Posted byjeffrinMarch 15, 2013Posted inUncategorizedLeave a comment on Perl Testing using system function
March 2013
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Feb   Apr »
TRUEANGLE, Proudly powered by WordPress.