Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

parser3(1) [debian man page]

PARSER(1)						      General Commands Manual							 PARSER(1)

NAME
parser3 - Command Line and CGI interface for Parser 3 Language. SYNOPSIS
parser3 [-h] [-c conffile] file DESCRIPTION
Parse and execute file in Parser 3 language. Parser checks for configuration settings in the auto.p file beside of the binary (in the directory with CGI-script itself) and then in the default system-wide auto.p file, if neither option -c or environment variable CGI_PARSER_CONFIG is specified. Parser makes records about errors to error log file parser3.log, which is implicitly located in the same directory where parser3 CGI script is. If Parser is not allowed to write to that file, errors are reported to standard error stream. OPTIONS
A summary of options is included below. -h Display usage information. -c conffile Use this conffile (/path/to/auto.p). ENVIRONMENT VARIABLES
Parser3 checks environment variable CGI_PARSER_CONFIG if option -c is not specified. If you would rather change implicit location of parser3.log, you can explicitly specify it via stderr redirection or environment variable CGI_PARSER_LOG. FILES
/etc/parser3/auto.p default parser3 configuration file SEE ALSO
For more complete description of Parser3, look here: http://www.parser.ru/en/ AUTHOR
parser3 was written by Alexandr Petrosian <paf@design.ru>. This manual page was written by Sergey B Kirpichev <skirpichev@gmail.com>, for the Debian project (but may be used by others). Scripting Language PARSER(1)

Check Out this Related Man Page

ExtUtils::XSpp::Parser(3pm)				User Contributed Perl Documentation			       ExtUtils::XSpp::Parser(3pm)

NAME
ExtUtils::XSpp::Parser - an XS++ parser ExtUtils::XSpp::Parser::new( file => path ) Create a new XS++ parser. ExtUtils::XSpp::Parser::parse Parse the file data; returns true on success, false otherwise, on failure "get_errors" will return the list of errors. ExtUtils::XSpp::Parser::get_data Returns a list containing the parsed data. Each item of the list is a subclass of "ExtUtils::XSpp::Node" ExtUtils::XSpp::Parser::get_errors Returns the parsing errors as an array. ExtUtils::XSpp::Parser::load_plugin Loads the specified plugin and calls its "register_plugin" method. ExtUtils::XSpp::Parser::add_post_process_plugin Adds the specified plugin to be called after parsing is complete to modify the parse tree before it is emitted. ExtUtils::XSpp::Parser::add_class_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a class. ExtUtils::XSpp::Parser::add_function_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_method_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_toplevel_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo top level directives. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Parser(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

stderr redirection

Does anyone know away of redirecting the stderr for a bourne or korn shell script to a file. (5 Replies)
Discussion started by: blakmk
5 Replies

2. Shell Programming and Scripting

Error checking a file from previous file size

Hi, I'm currently trying to write a script that checks a log file for certain errors. Once checked it then records the filesize in another file. All this is fine, my problem is that the next time I do my error check I only want to check from previously recorded filesize to the end of file. I'm... (2 Replies)
Discussion started by: stuck1
2 Replies

3. UNIX for Dummies Questions & Answers

Script Language Parser for Learning

I'm new to the UNIX world and have to learn scripting for my job. Presented with multiple scripts to learn (and then have to maintain in the future) is there a utility or process to input a script in it's native form and output what each line would look like fully parsed (i.e.: all variable names... (3 Replies)
Discussion started by: kcampb9
3 Replies

4. Programming

Add Environment variable in C/C++

Hi Friends, Can anybody help me out to add an environment variable in a C program. Actually I need to open a log file in the program.So the log file path I need to take as an environment variable. Can anybody help me out? Thanks in Advance...! (2 Replies)
Discussion started by: Kattoor
2 Replies

5. UNIX for Dummies Questions & Answers

Cut Command value assign to variable

Hi, I am new to UNIX Scripting. I have been trying to use the CUT command to retrieve part of the header from a file and assign it to a variable. I have tried searching a lot, but I am still unsuccessful. Sample Header: HJAN BALANCE 20090616 I need to retrieve the date here, which always... (10 Replies)
Discussion started by: ragz_82
10 Replies

6. UNIX for Dummies Questions & Answers

auto change x screen and execute script

Hi there, I've been looking all day, but could not find anything helpfull, so I hope you can help me. When my system now starts up, the Xwindow is automaticly started and i get the log on screen (which is x screen 7 if I'm correct) Now what I would like is on startup that instead of going to... (1 Reply)
Discussion started by: Wonderke
1 Replies