Categories : All >> Scripting >> Perl >> 
ADO (2) ADODB (1) ADSI (7) ActiveSoftware (1)
ActiveState (1) Hash (1) Io (1) Network (1)
OLE (1) RegExp (3) Regexp (1) Regular Expression (1)
Regular Expressions (1) Win32 (2) Windows (1)  
Total of 123 matching articles 
Search results : ^Scripting::Perl::

Page - 1 | 2 | 3 |

Sort by : Number | Title
Q.76richtextScripting::Perl::How to get date information of files.
Q.77richtextScripting::Perl::How to use the pattern match operator m//.
Q.78richtextScripting::Perl::How to work with directories.
Q.79richtextScripting::Perl::How to view perl manuals as plain text document.
Q.81richtextScripting::Perl::How to read one line at a time from a text file.
Q.82richtextScripting::Perl::How to open files with open().
Q.83richtextScripting::Perl::What is the difference between single quote (') and double quote (").
Q.96richtextScripting::Perl::How to sort a hash by its values.
Q.97richtextScripting::Perl:: How to declare and empty hash.
Q.98richtextScripting::Perl:: How to loop through a hash given it's hash reference.
Q.99richtextScripting::Perl:: How to pass a hash to a subroutine.
Q.100richtextScripting::Perl:: How to return a hash from a function.
Q.101richtextScripting::Perl:: How to initialize array and hash references.
Q.102richtextScripting::Perl:: How to create 2-dimensional hash , example 1.
Q.133plainScripting::Perl:: How to change the output delimiter for arrays.
Q.137plainScripting::Perl:: How to display all elements in a LIST.
Q.138plainScripting::Perl:: How to strip spaces from the beginning or end of a string.
Q.139plainScripting::Perl:: How to lock files for exclusive use.
Q.140plainScripting::Perl:: What are the valid data types and their examples.
Q.141plainScripting::Perl:: How to scan a directory and search for files containing a specific string.
Q.142plainScripting::Perl:: How to list a directory.
Q.143plainScripting::Perl:: How to add elements to an array.
Q.144plainScripting::Perl:: How to convert a binary value to decimal.
Q.145plainScripting::Perl:: How to skip lines in data file with specific pattern.
Q.147plainScripting::Perl:: How to add GD perl extension into activeperl 5.22.
Q.148plainScripting::Perl:: How to obtain the current working directory.
Q.149plainScripting::Perl:: How to send mail using Net : : SMTP from ActivePerl distribution.
Q.154plainScripting::Perl::ADO:: How to assign value to a recordset column.
Q.155plainScripting::Perl::ADO:: How to define a subroutine to extract a database column.
Q.156plainScripting::Perl::ADSI:: How to access an object given its Distinguised Name (DN).
Q.157plainScripting::Perl::ADSI:: How to filter objects in a container.
Q.205plainScripting::Perl::ADSI:: How to display the full name aka. account Display Name - for a particular user.
Q.206plainScripting::Perl::ADSI:: How to use windows server resource kit utility query.vbs with Perl to gather user information.
Q.208plainScripting::Perl::ADSI:: How to list group objects in particular OU in a particular domain.
Q.209plainScripting::Perl::ADSI:: How to search for groups in a particular OU and display their members.
Q.210plainScripting::Perl::ADSI:: How to get the members of a domain group given the full Distinguished Name (DN) of the group.
Q.227plainScripting::Perl::How to use chdir.
Q.228plainScripting::Perl::How to display all elements in a HASH.
Q.229plainScripting::Perl::How to display all elements in a LIST.
Q.230plainScripting::Perl::What are the valid data types.
Q.231plainScripting::Perl::How to strip spaces from the beginning or end of a string.
Q.238plainScripting::Perl::How to lock files for exclusive use.
Q.252plainScripting::Perl::How to list a directory.
Q.304plainScripting::Perl::How to add elements to an array.
Q.310plainScripting::Perl::How to convert a binary value to decimal.
Q.349plainScripting::Perl::How to skip lines in data file with specific pattern.
Q.384richtextScripting::Perl:: How to replace multiple matches of same pattern in a string.
Q.394plainScripting::Perl::How to add GD perl extension into activeperl 5.22.
Q.397plainScripting::Perl::How to obtain the current working directory.
Q.398plainScripting::Perl::How to send mail with attachment using Net : : SMTP.
Q.407plainScripting::Perl::How to process the output of an operating system command.
Q.427plainScripting::Perl::How to get system date and time using Perl.
Q.428plainScripting::Perl::How to declare and use functions.
Q.429plainScripting::Perl::How to use system environment variables.
Q.459plainScripting::Perl::How to specify the reference to a variable.
Q.465plainScripting::Perl::How to negate a charater in regular expressions.
Q.488plainScripting::Perl::How to skip processing errors from operating system command.
Q.489plainScripting::Perl::How to remove trailing blanks from a string.
Q.554plainScripting::Perl::how to extract a specific substring from a bigger string.
Q.563plainScripting::Perl::How to define a subroutine to find maximum and minimum.


001 : fqdn = www.myfaqbase.com
domain name = www.myfaqbase.com
user:apache
OS: Linux

002 : REQUEST parameter list START
parameter: Q = !browsecategory ^Scripting::Perl::
parameter: cp = 1
parameter: show = fdn
REQUEST parameter list END

009 : [ADO:: How to assign value to a recordset column]:subcat:ADO
[ADO:: How to define a subroutine to extract a database column]:subcat:ADO
[ADSI:: How to access an object given its Distinguised Name (DN)]:subcat:ADSI
[ADSI:: How to filter objects in a container]:subcat:ADSI
[ADSI:: How to display the full name aka. account Display Name - for a particular user]:subcat:ADSI
[ADSI:: How to use windows server resource kit utility query.vbs with Perl to gather user information]:subcat:ADSI
[ADSI:: How to list group objects in particular OU in a particular domain]:subcat:ADSI
[ADSI:: How to search for groups in a particular OU and display their members]:subcat:ADSI
[ADSI:: How to get the members of a domain group given the full Distinguished Name (DN) of the group]:subcat:ADSI
[OLE::How to create new COM object using OLE package]:subcat:OLE
[ADODB::How to list tables in access database file]:subcat:ADODB
[ActiveState::Where to download ppm packages for activestate perl]:subcat:ActiveState
[RegExp::How to add URL base to a relative URL in HTML anchor tag]:subcat:RegExp
[RegExp::How to extract an array of matches from multiple line string]:subcat:RegExp
[Win32::What package to use to manage Win32 shares]:subcat:Win32
[Hash::Where to find howto doc #1]:subcat:Hash
[io::what are the format strings for printf]:subcat:io
[Regular Expressions::How to count number of occurrence of a character]:subcat:Regular Expressions
[Regular Expression::How to count number of leading pipe character]:subcat:Regular Expression
[Network::How to define a function to perform ping]:subcat:Network
[RegExp:: How to write a search and replace script]:subcat:RegExp
[Windows::ActiveSoftware::Development::Languages::Perl::How to install HTML-TableContentParser module]:subcat:Windows
[regexp:: How to use non capturing group (?:]:subcat:regexp
[ActiveSoftware::Development::Languages::Perl::Win32::How to install Net::SNMP module on my system]:subcat:ActiveSoftware
[Win32::How to validate a user against Active Directory]:subcat:Win32

061 : sortflags:n=true,t=false, showstring:fdn
061 : sortflags:n=false,t=true, showstring:fdt
010 : keywords=^Scripting::Perl::

004 : action = browsecategory
options = ^Scripting::Perl::
userlevel = 0
itempriv = 11111111
showstring = fdn
showflags = show[f] = 1
show[d] = 1
show[n] = 1