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 IamaSherpa 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. mreverman

    ListBox and Checkbox always False

    I have an index.aspx file that calls several user controls that I created. They are named as follow: <%@ Register tagPrefix="myCtrls" tagName="logo" Src="LogoTemplate.ascx" %> <%@ Register tagPrefix="myCtrls" tagName="menuSearchTemplate" Src="MenuSearchTemplate.ascx" %> <%@ Register...
  2. mreverman

    struct::class HELP PLEASE

    This is how the program looks. This does not work The first file is xST.pm package xST; use Class::Struct; use strict 'vars'; my $TsIdCode_sz = 3; my $TsControlNumber_sz = 9; struct ( 'ST' => { TsIdCode => '$', TsControlNumber => '$', } ); sub ST::ParseST { my...
  3. mreverman

    A dumb replace question

    $value = &quot;28650&alex&quot;; print &quot;$value\n&quot;; $value =~ s/\&/ /g;
  4. mreverman

    struct::class HELP PLEASE

    I have several pm files like so xST.pm xHeader.pm x276.pm xSeparator.pm xHeader.pm includes (uses) xST.pm x276.pm includes (uses) xHeader.pm x276.pm includes (uses) xSeparator.pm I create a new instance of a class like so: my $new = new X_276. The complete class looks like this...

Part and Inventory Search

Back
Top