Help for this page

Select Code to Download


  1. or download this
    open(SY, "echo blablabla|") or die "$!";
    while(<SY>){
        print ">>$_";
    }
    
  2. or download this
    open(SY, "echo blablabla|/usr/bin/js|") or die "$!";
    while(<SY>){
        print ">>$_";
    }