Newbie here. I got my hands on some old source code I'd like to use and judging from my research it may be too old to just use. I may have to rewrite everything. Am I correct in thinking this? Here's the beginning of the code...
#!/usr/bin/perl require 5.005; BEGIN { $| = 1; } use strict; use bytes; #open (EL, '>>rocklog.txt') || die "Can't open rocklog.txt: $!\n"; sel +ect(EL); $|=1; require('r2inter.pl'); use webinter; use IO::Socket; use IO::Select; use Data::Dumper; use Benchmark;
In reply to Trying to use old source code by Radude
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |