Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

sv_upgrade error

by wrinkles (Pilgrim)
on Nov 14, 2010 at 03:56 UTC ( [id://871273]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # snippet of the code
    sub buttons
    ...
    open ($csv_fh, "<:encoding(utf8)", $csv_file) or die "$csv_file : $!";
    
    $csv->column_names($csv->getline($csv_fh));
    
  2. or download this
     [error] [client 66.200.100.66] sv_upgrade from type 8 down to type 6 
    +at myscript.pl line 672, <$csv_fh> line 1.
    
  3. or download this
    my @buttons;
    while (my $row = $csv->getline_hr($csv_fh))
    ...
        }
    return \%buttons_hash;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found