Search Results

Search: Posts Made By: callyvan
Forum: Programming 10-15-2010
1,194
Posted By callyvan
Some help with Perl please (deciphering)
I am trying to simplify the coding in a script I was given, but it was written 7-10 years ago and is pretty complicated. below is a tidbit, if someone can break it down for me I would appreciate it....
Forum: Programming 10-14-2010
1,863
Posted By callyvan
it actually is making more sense now, it's all...
it actually is making more sense now, it's all slowly coming back (been a few years off of Perl and now am asked to go through this huge script and figure it out, clean it up and add more...
Forum: Programming 10-14-2010
1,863
Posted By callyvan
thanks Corona688 It does seem to shorten and...
thanks Corona688
It does seem to shorten and possible simplify, not all to familiar with hash arrays so will have to educate myself on how they work to better understand your solution.

thanks :-)
Forum: Programming 10-14-2010
1,863
Posted By callyvan
How to simplify this perl script to a cleaner simpler look?
my $branch_email_e = $FORM{r_Branch};
my $hostbranch_email_e = $FORM{r_Host_Branch};

my $branch_email_f = $FORM{r_Direction_generale};
my $hostbranch_email_f =...
Forum: Programming 09-27-2010
1,220
Posted By callyvan
You are awesome citaylar, this is a big help :-) ...
You are awesome citaylar, this is a big help :-)

thanks!
Forum: Programming 09-24-2010
1,220
Posted By callyvan
Some help with Perl please
Can anyone break this down for me?

if (!(-e $cfg_file)) {
if ($ENV{'WINDIR'}) {#windows
$pt = $ENV{'SCRIPT_FILENAME'};
$pt = $ENV{'PATH_TRANSLATED'} if $ENV{'PATH_TRANSLATED'};
...
Showing results 1 to 6 of 6

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