# Syntax-Feature-Qs **Repository Path**: mirrors_gitpan/Syntax-Feature-Qs ## Basic Information - **Project Name**: Syntax-Feature-Qs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Syntax::Feature::Qs - Trim whitespace from all lines SYNOPSIS use syntax 'qs'; say qs{ Multi line string }; # is exactly the same as say q{ Multi line string }; DESCRIPTION This is a syntax extension to be used with syntax. It provides two quote-like operators, "qs" and "qqs". They are drop-in replacements for "q" and "qq", respectively. Their purpose is to automatically trim leading and trailing horizontal whitespace on every line. They do not remove empty lines. SEE ALSO Syntax::Feature::Ql (which served as a base for this) Syntax::Feature::Qi syntax AUTHOR Erik Carlsson COPYRIGHT Copyright 2014 - Erik Carlsson LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.