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 TouchToneTommy 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 noshankus

  1. noshankus

    Too many if statements!!

    Now I'm at the stage where I want to do something like this: if (! -d $user){ mkdir($user, 777) } But I still get an error message like this: Insecure dependency in mkdir while running setgid at save_patch_file.pl line 22 Any help much appreciated!
  2. noshankus

    Too many if statements!!

    Hello, I basically want to store files in a folder, depending on the user name: $user, and called $date.txt. It was no problem creating them. The only problem is that I can't do something like this: if (blah = true) {$file = /$user/$date.txt;} And then later save to $file. Anytime I try this...
  3. noshankus

    Perl remember html checked box or radio button??

    Hello, I am relatively new to this, so I'm not even sure if this is the easiest way to go about this problem. I have a couple of check boxes written in html stored in a Perl file that is run through cgi. The problem is that I want to be able to dissable the checked boxes after they have been...

Part and Inventory Search

Back
Top