#!/usr/bin/perl -w use strict; open(TEST,'test.pl'); my @test = <TEST>; my $line_number = 0; foreach (@test) { ++$line_number; print "$line_number: $_"; }
In reply to Re: Trying to make a search Part 2
by infoninja
in thread Trying to make a search Part 2
by zdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |