Help for this page

Select Code to Download


  1. or download this
    my $editcampaign = $cliObj->editcampaign(
    campaign    => "Fake_Test_Campaign",
    ...
    text        => "Big_Fake_Directory_For_testing_only fake_file.txt",
    autosense    => 1,
    );
    
  2. or download this
    sub editcampaign {
        my $self = shift;
    ...
    
        return 1;
    }