debian man page for test::bdd::cucumber::util

Query: test::bdd::cucumber::util

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Test::BDD::Cucumber::Util(3pm)				User Contributed Perl Documentation			    Test::BDD::Cucumber::Util(3pm)

NAME
Test::BDD::Cucumber::Util - Some functions used throughout the code
VERSION
version 0.11
DESCRIPTION
Some functions used throughout the code
FUNCTIONS
bs_quote bs_unquote "bs_quote()" "makes safe" strings with backslashed characters in it, so other operations can be done on them. "bs_unquote" goes the other way. $string = "foo <bar> <baz>"; $string = bs_quote( $string ); $string =~ s/<([^>]+)>/"$1"/g; $string = bs_unquote( $string ); $string eq 'foo <bar> "baz"';
AUTHOR
Peter Sergeant "pete@clueball.com"
LICENSE
Copyright 2011, Peter Sergeant; Licensed under the same terms as Perl perl v5.14.2 2012-05-20 Test::BDD::Cucumber::Util(3pm)
Related Man Pages
test::bdd::cucumber(3pm) - debian
test::bdd::cucumber::executor(3pm) - debian
test::bdd::cucumber::manual::architecture(3pm) - debian
test::bdd::cucumber::manual::integration(3pm) - debian
test::bdd::cucumber::model::tagspec(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file