Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. moof15

    tk help

    Hi all: I just need to know how to you reset a progress bar back to the beginning of the progress bar after it completes the first script. This is what I have now and it only does one script: $ProgressBar2->configure(-value => $loop_index2); $ProgressBar2->update; Thanks, moof15
  2. moof15

    Input

    Thanks for the repy everyone, moof15
  3. moof15

    Input

    Hi, I just need a script to take 7 variables and put them in a array and print them out Example: $DBName = "LS2DB001"; $Username = "LS2USER"; $Password = "LS2USER"; $filename = "convsql.txt"; $infilename =...
  4. moof15

    DBI-DB2 database question

    Thanks, Moof15
  5. moof15

    regular expression substitution

    Try using a /[r]/; , that might work without all the other parameters.
  6. moof15

    DBI-DB2 database question

    I would like to know if it is possible after you connect to the database using DBI then you can call a sql file with create tables in the file? Thanks, Moof15
  7. moof15

    xml queston

    Would I be able to encrypt a password in a xml file, The pl file is taking it and putting the password in a xml, I could encrypt it in the .pl file "-textvariable => \$Input{OwnerPassword}, -show => '*', but it shows the password in the xml? I am looking to encrypt it in...
  8. moof15

    tk:frame

    Thanks, Moof15
  9. moof15

    tk:frame

    Can someone please explain how to do a frame within a frame? Thanks, moof15
  10. moof15

    Radiobutton

    I am getting a error running this script: $GUI{Balloon}->attach( $GUI{entryFrame}->Radiobutton([-options => @databases],); ); -balloonmsg => $screen->{widget}->{DBEngine}->{balloon} ); $GUI{Balloon}->attach(...
  11. moof15

    xml and perl

    <execute> <trainpath>oraclefiles/TRAINING.dmp</trainpath> </execute> Will this work? if i put it in a .xml? If the database is already connected. Moof15
  12. moof15

    xml and perl

    Matt, Can I call the .dmp in the xml file as for example: <trainpath>oraclefiles/TRAINING.dmp</trainpath>
  13. moof15

    xml and perl

    Does anyone have a script that I could load data into a oracle database using a .dmp file. Thanks, Moof15
  14. moof15

    Question..

    Thanks, Moof15
  15. moof15

    Question..

    Does anyone know what Catfile does or is??? Here is the syntax:$xs->XMLout($Opt, outputfile => File::Spec->catfile($ROOT, $xmlSaveFile)); Thanks, Moof15
  16. moof15

    Should I use &quot;SYSTEM&quot; or &quot;EXEC&quot;

    I am trying not to save this xml file in the program. Should I use exec or system to first run the program? exec&quot;program.pl&quot;; open(LOG, >&quot;file-save.xml&quot;) || die &quot; can't open the logfile to clear\n&quot;; close(LOG);
  17. moof15

    Saving a file in the root

    Thanks, Jim --moof15
  18. moof15

    Saving a file in the root

    I have to change this script from saving the file in the root to saving it in another directory. $ROOT = $^O =~ m/MSWin32/ ? $ENV{SystemDrive} : $ENV{HOME}, $xmlSaveFile = 'Install-save.xml'; $CWD = $FindBin::Bin; This Install-save.xml has to be saved in ...
  19. moof15

    Can Perl Execute a .exe in a Perl Script?

    Thanks, ebola that work Moof15
  20. moof15

    Can Perl Execute a .exe in a Perl Script?

    Thanks, I will try that

Part and Inventory Search

Back
Top