Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: mksc.pl

by dragonchild (Archbishop)
on Nov 10, 2004 at 21:02 UTC ( [id://406792]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for($i=$addr;$i<$saddr;$i++)
    {
        print TEMP "\n"
    }
    
  2. or download this
    print TEMP $/ for $addr .. $saddr - 1;
    
  3. or download this
    $x=~s/...//g;
    
  4. or download this
    $x =~ s/...//g;
    
  5. or download this
    open(ITEMP,"/tmp/scresult.tmp");
    @data=<ITEMP>;
    ...
            $sc.="\"\n\t\""
        }
    }
    
  6. or download this
    open( TEMP, "</tmp/scresult.tmp" )
        or die "Cannot open: $!\";
    ...
    }
    
    close TEMP;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://406792]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-18 23:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found