#!/bin/perl -w use strict; use warnings; my @array_A; # array initialization as array_X where X corresponds to +column of csv my @array_B; use Text::CSV; print " Hello please enter the name of your csv file "; print "\n"; my $filename = <>; chomp $filename; @array= data ($filename,0); # funcn call ...
the problem is at this line use Text::CSV;
In reply to Re^2: opening perl script by clicking on it
by Anonymous Monk
in thread opening perl script by clicking on it
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |