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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by weirdcpu

  1. weirdcpu

    Data validation and external file

    Hello, In Calc you can use a data validation list and use the data of another sheet for example in a workbook named "roadmap" with two sheets : - todo_list and workers_list in a column of todo_list i can use a drop list, build with data validation, which use data from worker_list. I...
  2. weirdcpu

    excel import code

    Hello, Sorry to ask but if you never have code anything in Excell why don't you start by taking a tutorial about excel macro coding ? No critic implied i just try to understand your need and why you want to go so fast ? ( sometime i had to help technician who have this kind of reaction ...
  3. weirdcpu

    find command : maxdepth and mindepth usage

    Thanks for your reply , but -ls -l after -exec is just here as an example that i use to verify my syntax in using find. as i will try to generate the find command in a perl script i try not to use multiple logical condition. It will be much simple to generate the find command in a script...
  4. weirdcpu

    find command : maxdepth and mindepth usage

    Hello, I try to select some files in a repertory using -newer . if i use this kind of options it works fine : find . -newer file_mark -print | less BUT if i use the exec option , it doesn't work anymore : find . -newer file_mark -exec ls -l {} \; It print the entire directory not...
  5. weirdcpu

    Burnt Out! -- Help!!!

    Hello, I post here very rarely as usually people discuss jobs and situations very different from my environnement in France. But here i m able to connect ;-) As a old analyst and actual system admin and an amateur game prog. for more than 20 years i would say that today professionnal...
  6. weirdcpu

    sql loader and foreign key

    thanks for your answer, But i have found how to do this : i used the option rows=1 wich make a commit after each line of the data file. So sqlloader load one line of the data file into each table and the commit keeps current the value of sequence. By the way i can't disable the sequence on...
  7. weirdcpu

    sql loader and foreign key

    Hello, I try to load the content of a file into two tables with sqlloader. The first table has an indentifier which is obtains with an SEQUENCE, The second table has a field which contains the ident of the first table has a foreign key Everything is ok except the management of the...
  8. weirdcpu

    Xml DHTML and DIV refresh

    Hello, I don't know where to post this : in XML forum or in javascript forum ? So, I have to display two set of data in the same html page. Each set of data is inside a <div> tag. Data is encoded in xml, each set in a different file. HMLT code is generated by XSLT. One XSLT for each data...
  9. weirdcpu

    Coordination

    " HTML isn't a scripting language" I know, the script is for processing html, not to be process by html. "use a PERL CGI script." Yes, that's what i m looking for... thanks
  10. weirdcpu

    Coordination

    Hello, In scripting language ( shell, perl, python ) does someone knows of a way to coordinate the source of two HTML pages ? I m looking for something like the diff command ( unix ) but wich understand the HTML tags : For example older_page.htm : ...<TABLE><TR><href link1><href...
  11. weirdcpu

    ;-) The search for a simple way of life ( without find )

    Hello, In perl, is there a SIMPLE way to coordinate two directories ? By simple i mean without file::find and its no so easy syntax For example : In \tp1 i have 3 files : iwantit.txt onlyhere.txt thesame.txt In \tp2 i have 2 files : iwantit.txt thesame.txt (...
  12. weirdcpu

    bootstrap

    But everyone would suggest an upgrade " I wish i can but it's not me wich decides when my organisation will upgrade its PC park ( sometime in 2006 probably ). Thank very much for your help, i think i will try chandler
  13. weirdcpu

    bootstrap

    Thank very much for your help and your quick response. I have think that this program could help me to manage the many documents i must follow in my work. Actually i have to control the receiving, testing and sending of many programs from a financial application undex unix. As this...
  14. weirdcpu

    bootstrap

    I just tried to push the tk subdir into @INC : package Tk::Photo; @ISA = qw(DynaLoader); push( @INC,"C:/Perl/site/lib/tk"); bootstrap Tk::Photo; No change : ( except for the values in @INC ) C:\edoc\redist>perl edoc.pl Operating System: Win32 e:doc script is in...

Part and Inventory Search

Back
Top