Advertisement

05.23.2008 at 12:44AM PDT, ID: 23426848
[x]
Attachment Details

what is this mean ($a,$b) = split(/\:/, $c);

Asked by firekiller15 in Perl Programming Language

Tags: perl

can i know what is this code about
@arr_maptutufile = split(',', $maptutufile);

foreach $maptutufileval (@arr_maptutufile) {
    ($maptutu,$mapfile) = split(/\:/, $maptutufileval);
    $tutu = $Configuration{"$maptutu"};
   
      if ($tutupullfromconf == $TRUE) {
        $writetofile = $destinationdir . "/" . $Configuration{"$mapfile"} . substr($todaysdate,0,6) . ".txt";
    }
    else {
        $writetofile = $destinationdir . "/" . $mapfile . substr($todaysdate,0,6) . ".txt";
        $tutu = $maptutu;
    }

    $tutuid = GETTUTUID($tutu);

    if ($tutuid != "") {
        push (@uploadfilelist,$writetofile);
        if (not -e $writetofile) {
            $msgLine = "Write header to file ...";
            print "\n$msgLine";
            LOG($msgLine,$logFile);
            WRITETOFILE($fileheader,$writetofile);
        }
        $msgLine = "Getting list for tutu $tutu ...";
        print "\n$msgLine";
        LOG($msgLine,$logFile);

        @numberlist = GETNUMBER($tutuid);

        $msgLine = "Getting company data for tutu $tutu and write to file ...";
        print "\n$msgLine";
        LOG($msgLine,$logFile);
       
Start Free Trial
 
Loading Advertisement...
 
[+][-]05.23.2008 at 12:52AM PDT, ID: 21630183

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 12:59AM PDT, ID: 21630226

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:05AM PDT, ID: 21630259

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:19AM PDT, ID: 21630316

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:19AM PDT, ID: 21630320

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:20AM PDT, ID: 21630323

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:21AM PDT, ID: 21630328

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 01:23AM PDT, ID: 21630337

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 02:05AM PDT, ID: 21630497

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 02:08AM PDT, ID: 21630509

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 03:52AM PDT, ID: 21630886

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Perl Programming Language
Tags: perl
Sign Up Now!
Solution Provided By: mjcoyne
Participating Experts: 4
Solution Grade: A
 
 
[+][-]05.23.2008 at 04:06AM PDT, ID: 21630944

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 04:38AM PDT, ID: 21631098

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628