Search Results

Search: Posts Made By: zee3b
1,097
Posted By elixir_sinari
Without using any config parsers and with certain...
Without using any config parsers and with certain assumptions about your input data (based on the sample provided):
#!/usr/bin/perl
use strict;
use warnings;

open my($in_file), '<',...
1,097
Posted By elixir_sinari
You may either do this using vanilla Perl or make...
You may either do this using vanilla Perl or make your life very simple by using a configuration file parser such as Config::Scoped. See CPAN for its documentation. Also check out other config...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy