Search Results

Search: Posts Made By: ravipgresume
2,669
Posted By ravipgresume
#!/usr/bin/perl open (FD, "file.txt"); ...
#!/usr/bin/perl

open (FD, "file.txt");
foreach $line (<FD>)
{
$line =~ /(.*): (.*),(.*)/;
$dirname = $1;
$first = $2;
$second = $3;
# process with...
Showing results 1 to 1 of 1

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